object Form1: TForm1 Left = 237 Top = 101 Width = 435 Height = 354 Caption = 'Seelenklempner' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'System' Font.Style = [fsBold] PixelsPerInch = 120 TextHeight = 20 object Label1: TLabel Left = 104 Top = 24 Width = 216 Height = 25 Caption = 'Hallo, wie geht es denn so?' Color = clBtnFace ParentColor = False end object ComboBox1: TComboBox Left = 96 Top = 64 Width = 233 Height = 28 ItemHeight = 20 Items.Strings = ( 'prima' 'gut' 'm��ig' 'schlecht' 'miserabel' 'Sag ich nicht') TabOrder = 0 OnChange = ComboBox1Change end end